encoding/json.byIndex.Swap (method, view implemented interface methods)

one use

	encoding/json (current package)
		encode.go#L1053: func (x byIndex) Swap(i, j int) { x[i], x[j] = x[j], x[i] }